home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -serious- / comms / other / zelador / sources / read me now next >
Encoding:
Text File  |  1999-09-06  |  2.1 KB  |  55 lines

  1.  
  2.     Zelador 1.22 sources
  3.     --------------------
  4.  
  5.     by Daniel Mealha Cabrita (dancab@iname.com)
  6.     15th August, 1999
  7.     Curitiba, Brazil
  8.  
  9.  
  10.  First of all, this code has no attempt for being portable. I have to
  11.  say that i couldn't compile it (unmodified) with other Amiga C
  12.  compilers than Storm C.
  13.  
  14.  Storm C 2.0/3.0 were used for development so you should compile
  15.  this code directly with these compilers. But remember to add the
  16.  files 'storm.lib' and 'amiga.lib' (in this order!) in the
  17.  project window. Compile it in ANSI C mode; this source is not
  18.  C++ friendly (that i consider a raped C language).
  19.  
  20.  Zelador interfaces with MUI in a 'obsolete way' using the
  21.  'MUIM_Application_Input' in Zelador_nucleo.c listing.
  22.  I couldn't make a stable routine with other method.
  23.  MUI still supports this old way, anyway.
  24.  
  25.  You may develop locale support (this was scheduled for next
  26.  Zelador version, probably 1.3) working into the 'ZeladorFrases.h'
  27.  file. The other texts in Zelador listings are not good idea
  28.  for being translated (the log strings, for example).
  29.  
  30.  Zelador GUI was developed with MUIBuilder and GenCodeC.
  31.  Zelador_11.MUIB is the latest GUI revision (used since Zelador 1.1).
  32.  Please note that 'ZeladorMain.c' was modified so you can't overwrite
  33.  with MUIB's new file otherwise Zelador will not work.
  34.  If you want to modify the GUI with MUIB take attention that
  35.  the 'ZeladorGUI.c' was sligty modified after being generated
  36.  (you may generate it and compare with the program source).
  37.  AFAIR this difference is not fatal, but the GUI looks better this way.
  38.  MUIB is unable to provide that, so that's why manual intervention
  39.  was needed.
  40.  
  41.  All the keyfile and shareware notices stuff were removed.
  42.  
  43.  The comments in the listings are in portuguese language, the
  44.  reason for this is probably because i'm from Brazil and since
  45.  that in Brazil people speak in portuguese.. well.. i think you
  46.  got the idea.
  47.  I had no patience for translating that. You may use Altavista
  48.  Babelfish translator for that, a different translator or even
  49.  learn portuguese so you'll be able to understand it.
  50.  
  51.  Zelador is an unsupported program.
  52.  Don't bother me about more development/etc.
  53.  
  54.  -END-
  55.